ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / InterpolateNulls Property

In This Topic
    InterpolateNulls Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets a value that determines whether to interpolate null values in the data.
    Syntax
    'Declaration
     
    Public Property InterpolateNulls As Boolean
    public bool InterpolateNulls {get; set;}
    See Also